Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force GID to string in sql query #2

Open
wants to merge 2 commits into
base: production/cafevdb/stable29
Choose a base branch
from

Conversation

kainhofer
Copy link

Until recently, numerid GIDs worked in NC, but now I get an error message that the GID needs to be a string rather than numeric => As a quick solution, simply cast the gid to CHAR in the sql query to ensure it is a string...

This fixes issue nextcloud#194 in nextcloud/user_sql

rotdrop and others added 2 commits May 23, 2024 17:26
Until recently, numerid GIDs worked in NC, but now I get an error message that the GID needs to be a string rather than numeric => As a quick solution, simply cast the gid to CHAR in the sql query to ensure it is a string...

This fixes issue nextcloud#194 in nextcloud/user_sql
@rotdrop rotdrop force-pushed the production/cafevdb/stable29 branch from ebda81f to c1475ce Compare August 17, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants